From 4d52a08194c3ec7c0e8693af8dc1f11aa799fd69 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Mon, 9 Aug 2010 17:05:51 +0100 Subject: [PATCH] formatting of "# xl list -h" is off (due to missing \n) Signed-off-by: Andre Przywara Signed-off-by: Stefano Stabellini --- tools/libxl/xl_cmdtable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c index 94e2cc9961..90125d9cd0 100644 --- a/tools/libxl/xl_cmdtable.c +++ b/tools/libxl/xl_cmdtable.c @@ -35,8 +35,8 @@ struct cmd_spec cmd_table[] = { &main_list, "List information about all/some domains", "[options] [Domain]\n", - "-l, --long Output all VM details" - "-v, --verbose Prints out UUIDs", + "-l, --long Output all VM details\n" + "-v, --verbose Prints out UUIDs", }, { "destroy", &main_destroy, -- 2.30.2